From b166a6bb0e2c538804c189c1e4dc913e432eec33 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Feb 2013 09:27:28 -0500 Subject: [PATCH] Avoid deprecation warnings in a11y tests We are testing the deprecated GtkTable here. --- tests/a11y/children.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/a11y/children.c b/tests/a11y/children.c index db1136b77d..a2d847ef71 100644 --- a/tests/a11y/children.c +++ b/tests/a11y/children.c @@ -19,6 +19,7 @@ */ #define GDK_DISABLE_DEPRECATION_WARNINGS +#undef GTK_DISABLE_DEPRECATED #include #include -- 2.30.2